home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04800_Script_4800 < prev    next >
Text File  |  1996-04-03  |  803b  |  31 lines

  1. on exitFrame
  2.   puppetSprite 7, 1
  3.   puppetSprite 2, 1
  4.   puppetSprite 3, 1
  5.   set the type of sprite 7 = 1
  6.   
  7.   set the type of sprite 2 = 1
  8.   set the type of sprite 3 = 1
  9.   
  10.   set the regpoint of cast 1 = point(0,0)
  11.   
  12.   set the rect of sprite 3 = rect(23,15,539,402) 
  13.   set the castnum of sprite 3 to 1
  14.   Set the ink of sprite 3 to 0
  15.   set the locV of sprite 3 to 15
  16.   set the locH of sprite 3 to 24
  17.   set the castNum of sprite 3 = 1
  18.   set the forecolor of sprite 3 = 255
  19.   set the backColor of sprite 3 = 0
  20.   
  21.   set the rect of sprite 2 = rect(23,15,539,402) 
  22.   set the castnum of sprite 2 to 10
  23.   Set the ink of sprite 2 to 0
  24.   set the locV of sprite 2 to 15
  25.   set the locH of sprite 2 to 24
  26.   set the castNum of sprite 2 = 1
  27.   
  28.   
  29.   ghostrolloveroff
  30.   go to marker(1)
  31. end